Converts the specified points from logical to physical coordinates.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Function PointToPhysical( _
ByVal pts() As PointF _
) As PointF() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Transformer
Dim pts() As PointF
Dim value() As PointF
value = instance.PointToPhysical(pts)
|
Parameters
- pts
- The input logical points.
Return Value
The points converted from logical to physical coordinates.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also